/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:474px;
    height:112px;
	float:left;
/*	background:#eee; */
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:80px;
	width:80px;
	float:left;
	margin:5px 10px 5px 5px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

.mask3{
	position:relative;
	width:480px;
	height:120px;
	overflow:hidden;
}
.img-shadow {

padding: 2px;
float:left;
background: url(../imagenes/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
		border:thin;
	border-color:#EAEAEA;
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
/*border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

